rails g migration DropProducts class DropProducts < ActiveRecord::Migration def change drop_table :products end end